From 788b4d8ceb899690073afe2821ce63eb9c970de3 Mon Sep 17 00:00:00 2001 From: robertlipe Date: Sun, 11 May 2014 23:37:04 +0000 Subject: [PATCH] Add missing doc to P.Garcia's arc filter improvements. --- .../xmldoc/filters/options/arc-project.xml | 18 +++++++++++++++++- gpsbabel/xmldoc/filters/options/arc-rte.xml | 6 +++++- gpsbabel/xmldoc/filters/options/arc-trk.xml | 6 +++++- 3 files changed, 27 insertions(+), 3 deletions(-) diff --git a/gpsbabel/xmldoc/filters/options/arc-project.xml b/gpsbabel/xmldoc/filters/options/arc-project.xml index 8b1378917..390c4dc60 100644 --- a/gpsbabel/xmldoc/filters/options/arc-project.xml +++ b/gpsbabel/xmldoc/filters/options/arc-project.xml @@ -1 +1,17 @@ - + +When this option is specified, each non deleted waypoint is moved over the +closest segment, or over the nearest point if option +is used. + + +With and optinos, if +is possible, altitude, creation_time and microsecond fields of waypoints +are updated by interpolation. + + +This is most useful if you are trying to obtain the closest points in +a road to some places. Or if you want to know the step times on some +places over the tracks. Also to transform waypoints in Garmin course points +(see gtrnctr and +garmin format). + diff --git a/gpsbabel/xmldoc/filters/options/arc-rte.xml b/gpsbabel/xmldoc/filters/options/arc-rte.xml index 8b1378917..5e18da5ad 100644 --- a/gpsbabel/xmldoc/filters/options/arc-rte.xml +++ b/gpsbabel/xmldoc/filters/options/arc-rte.xml @@ -1 +1,5 @@ - + +When this option is specified the routes contains the vertices of the arc. +If there are several routes then it is assumed that there is a gap between +each of them. + diff --git a/gpsbabel/xmldoc/filters/options/arc-trk.xml b/gpsbabel/xmldoc/filters/options/arc-trk.xml index 8b1378917..f8135a6d1 100644 --- a/gpsbabel/xmldoc/filters/options/arc-trk.xml +++ b/gpsbabel/xmldoc/filters/options/arc-trk.xml @@ -1 +1,5 @@ - + +When this option is specified the tracks contains the vertices of the arc. +If there are several tracks then it is assumed that there is a gap between +each of them. + -- 2.30.2